home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 336 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.inc.net!news
  2. From: Sanjay Jain <sanjay.jain@midata.com>
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Can I set OS/2 Folder to 'Always sorted' / to a certain window position via REXX ?
  5. Date: Wed, 17 Jan 1996 12:42:57 -0600
  6. Organization: M & I Data Services
  7. Distribution: inet
  8. Message-ID: <30FD4331.3F35@midata.com>
  9. References: <4cu751$fej@news.rwth-aachen.de>
  10. NNTP-Posting-Host: 199.38.140.14
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 2.0b4 (Win95; I)
  15.  
  16. COLA@ wrote:
  17. > Is it possible to set the 'always sorted' setting for OS/2 folders via REXX ?
  18. > Is it possible to set the window position of an OS/2 folder via REXX ?
  19. > Thanks in advance
  20. > **********************************************************************
  21. > * Rolf Breuning                              breu@rog.rwth-aachen.de *
  22. > * Rogowski-Institut / RWTH Aachen                                    *
  23. > * Schinkelstr.2, D-52062 Aachen              - standard disclaimer - *
  24. > **********************************************************************
  25.  
  26. Use syscreateobject with the option positional parameter "option" set to 
  27. "alwayssort=yes".  This has been covered in previous posts to this 
  28. newsgroup and is also discussed in the REXX documentation supplied with 
  29. OS/2.
  30.  
  31.  
  32. Sanjay Jain
  33.